DomainObjects Class Library

Query<ClassToFind>.Exists Method 

Determines if any rows exist that match this query's search criteria.

public bool Exists();

Return Value

true if any rows exist that match this query's search criteria; otherwise, false.

Example

See the unit test QueryTests.Exists()

See Also

Query<ClassToFind> Class | DomainObjects.Facade.Command Namespace